home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
kernel
/
proc
/
ds3100.md
/
migVersion.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-18
|
904b
|
26 lines
/*
* migVersion.h --
*
* Define the migration version, which is machine-dependent.
*
* Copyright 1989 Regents of the University of California
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appear in all copies. The University of California
* makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
* $Header: /cdrom/src/kernel/Cvsroot/kernel/proc/ds3100.md/migVersion.h,v 9.9 91/09/24 17:35:51 rab Exp $ SPRITE (Berkeley)
*/
/*
* Set the migration version number. Machines can only migrate to other
* machines of the same architecture and version number.
*/
#ifndef PROC_MIGRATE_VERSION
#define PROC_MIGRATE_VERSION 20
#endif /* PROC_MIGRATE_VERSION */